GtkTreeViewColumn: a better way to avoid overlap
authorMatthias Clasen <mclasen@redhat.com>
Thu, 10 Jul 2014 19:20:01 +0000 (15:20 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 10 Jul 2014 19:21:17 +0000 (15:21 -0400)
commitbce5a0f1a15235f4a70fd0d91e005301a97da99a
tree2c9618322b0c4075a763e1cc82eac615f519080a
parent5a9c690d6a093dc6049e1d5c13a467b71c01d880
GtkTreeViewColumn: a better way to avoid overlap

The overlap was caused by using pack-end for the arrow, which
causes it to be allocated from the other end. Avoid the problem
by using pack-start for both the title and the arrow, and
reordering them according to xalign.
gtk/gtktreeviewcolumn.c